home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / mus / play / DES_Tracker2_00.lha / DTL / code / JukeScript < prev    next >
Text File  |  1993-12-17  |  1KB  |  36 lines

  1. ;;==========================================================;;
  2. ;; Example script for use with the "MJuke" jukebox program. ;;
  3. ;;==========================================================;;
  4.  
  5. ; Remember:
  6. ;
  7. ; Comments are preceded by a ";" character.
  8. ; Search paths are preceded by a "#" character.
  9. ;
  10. ; Make sure that any script file you create has its "s" (script)
  11. ; bit set.  You can do this from the command line by typing:
  12. ;
  13. ; protect file +s
  14. ;
  15. ; ...where "file" is the name of your script.
  16. ;
  17. ; Insert paths for all modules in script here at beginning.
  18. ; Put each path on its own line, preceded by a "#" symbol.
  19.  
  20. #stuff:classics        ;Some tunes are in this path.
  21. #modules:        ;Others can be found here.
  22.  
  23. ; Now just put the filenames of all the modules you'd like to play
  24. ; here, with one filename per line.  You can optionally include a
  25. ; path specification with any filename.
  26. ;
  27. ; The selections in the script will be played in a random order.
  28.  
  29. TranzeSeven
  30. NowWhat3
  31. BlueMood
  32.  
  33. ; Note that you won't be able to use this script, since it's unlikely that
  34. ; you have both the songs listed here AND the above named paths. :)  You'll
  35. ; just have to make your own script.
  36.